home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / chatter / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  765 b   |  22 lines

  1. // stdafx.h : include file for standard system include files,
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1999 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. #define VC_EXTRALEAN
  14.  
  15. #if (_WIN32_WCE < 200)
  16.     #error "This sample is only compatible with MFCCE 2.0 or later."
  17. #endif
  18.  
  19. #include <afxwin.h>         // MFC core and standard components
  20. #include <afxext.h>         // MFC extensions
  21. #include <afxsock.h>        // MFC socket extensions
  22.